ViewStack.addNamed

Adds a child to @self.

The child is identified by the @name.

class ViewStack
addNamed
(,
string name
)

Parameters

child Widget

the widget to add

name string

the name for @child

Return Value

the AdwViewStackPage for @child

Meta